home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / text / misc / CleanUp.readme < prev    next >
Text File  |  1994-12-18  |  3KB  |  91 lines

  1. Short:    Strips ANSI & ASCII Ctrl chrs from text
  2. Authors:  wbow@crl.com  colin@cts.com  (Will Bow & Colin Thompson)
  3. Uploader: colin@cts.com 
  4. Type:     text/misc
  5.  
  6.              ________                 __  __    
  7.             / ____/ /__  ____ _____  / / / /___ 
  8.            / /   / / _ \/ __ `/ __ \/ / / / __ \
  9.           / /___/ /  __/ /_/ / / / / /_/ / /_/ /
  10.           \____/_/\___/\__,_/_/ /_/\____/ .___/ 
  11.                                        /_/      
  12.                      _         
  13.                     | |__ _  _ 
  14.                     | '_ \ || |
  15.                     |_.__/\_, |
  16.                           |__/ 
  17.  
  18.   ___  ___ _____ _   _   ___       __ _                       
  19.  | _ )/ _ \_   _| |_| | / __| ___ / _| |___ __ ____ _ _ _ ___ 
  20.  | _ \ (_) || | |  _  | \__ \/ _ \  _|  _\ V  V / _` | '_/ -_)
  21.  |___/\___/ |_| |_| |_| |___/\___/_|  \__|\_/\_/\__,_|_| \___|
  22.                                                               
  23.  
  24.  Distribution: Freeware
  25.  
  26.  Requirements: Arexx
  27.                Grep (included)
  28.                ixemul.lib (included)
  29.  
  30.  Warranty:     Don't be silly. This was a quick hack.
  31.                Use it at your own risk.
  32.  
  33.  Authors:      wbow@crl.com   colin@cts.com
  34.                Will Bow       Colin Thompson
  35.  
  36.  Description:
  37.  
  38.      Strips ANSI characters and 
  39.      ASCII control(^) characters from text files.
  40.  
  41.  Usage from the shell:
  42.  
  43.      CleanUp ><path/cleanfilename> <dirtyfilename>
  44.  
  45.  Example:
  46.  
  47.   You have a text file that is loaded with strange looking 
  48.   characters. You want the strange stuff to go >nil:.
  49.  
  50.   Assuming the offensive file is called "unsit.man", and you 
  51.   want to clean it up and send the output to RAM: for safe 
  52.   keeping, call CleanUp like this:
  53.  
  54.      CleanUp >RAM:unsit.man unsit.man
  55.  
  56.   CleanUp writes it's output to stdout, so if you don't
  57.   specify a destination (>RAM:unsit.man) the cleaned up file
  58.   will be ECHOed to the shell.
  59.  
  60.   You could give the file a new name when redirecting the output.
  61.  
  62.   CleanUp is an Arexx script that behaves like an executable.
  63.   It can be called from any shell. 
  64.  
  65.  Installation:
  66.  
  67.   Copy CleanUp and Gawk to C: or anyplace in the path.
  68.   Copy ixemul.lib to LIBS:
  69.  
  70.  Money Back Gaurantee
  71.  
  72.   If CleanUp won't fix your problem child, try some of the other
  73.   strippers on AmiNet. If that doesn't work, email us the
  74.   offending file and we will return a version of CleanUp that
  75.   will work for you. 
  76.  
  77.  
  78. ============================= Archive contents =============================
  79.  
  80. Original  Packed Ratio    Date     Time    Name
  81. -------- ------- ----- --------- --------  -------------
  82.     2052     734 64.2% 27-Nov-94 12:27:46  CleanUp.info
  83.   148408   71172 52.0% 06-Oct-94 11:14:00  CleanUp/c/gawk
  84.     8700    4811 44.7% 25-Nov-94 14:25:18  CleanUp/CleanUp
  85.     3099    1404 54.6% 27-Nov-94 15:08:50  CleanUp/CleanUp.doc
  86.     3521     661 81.2% 27-Nov-94 13:32:14  CleanUp/CleanUp.doc.info
  87.   148428   77035 48.0% 06-Oct-94 11:13:48  CleanUp/libs/ixemul.library
  88.    15170    5838 61.5% 06-Oct-94 11:13:50  CleanUp/LICENSE
  89. -------- ------- ----- --------- --------
  90.   329378  161655 50.9% 28-Nov-94 14:54:26   7 files
  91.